home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 October / Chip Ekim 2003.iso / prog / code / contr / setup.exe / Disk1 / data1.cab / Configuration_En / Objects / Characters / Other.js < prev    next >
Encoding:
JavaScript  |  2003-07-18  |  702 b   |  29 lines

  1. //
  2. // Copyright 2000, 2001, 2002, 2003 Macromedia, Inc. All rights reserved. 
  3. // ----------------------------------------------------
  4. //
  5. // Other.js
  6. //
  7. // See Commands/InsertEnt.js for implementation of Character Entity 
  8. // insertion.
  9. //
  10.  
  11. //
  12. // ---- Object API ---
  13. //
  14.  
  15. function isDOMRequired() { 
  16.     // Return false, indicating that this object is available in code view.
  17.     return false;
  18. }
  19.  
  20. function objectTag() 
  21. {
  22.    var insertEntCmdURL = dreamweaver.getConfigurationPath() + "/Commands/InsertEnt.htm";
  23.    var entDOM = dreamweaver.getDocumentDOM(insertEntCmdURL);
  24.    dreamweaver.popupCommand("InsertEnt.htm");
  25.      checkEncoding();
  26.    return(entDOM.parentWindow.objectTag());
  27. }
  28.  
  29.